LanguageExt.Core

LanguageExt.Core DataTypes MapPatch

Contents

class HashMapPatch <K, V> Source #

Represents change to a Hash-Map

This is primarily used by the Change events on the AtomHashMap types, and the Changes property of TrackingHashMap.

Parameters

type K

Key type

type V

Value type

Properties

property HashMap<K, V> From Source #

property HashMap<K, V> To Source #

property HashMap<K, Change<V>> Changes Source #

Methods

method string ToString () Source #

class HashMapPatch <EqK, K, V> Source #

where EqK : Eq<K>

Represents change to a Hash-Map

This is primarily used by the Change events on the AtomHashMap types, and the Changes property of TrackingHashMap.

Parameters

type K

Key type

type V

Value type

Properties

property HashMap<EqK, K, V> From Source #

property HashMap<EqK, K, V> To Source #

property HashMap<EqK, K, Change<V>> Changes Source #

Methods

method string ToString () Source #